-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
51 lines (50 loc) · 1009 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
div.nav {
background-color: #f2f2f2;
max-width: 100%;
height: auto;
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
font-family: 'Minecraft', sans-serif;
font-size: 1.2rem;
font-weight: 300;
color: #333;
letter-spacing: 1.51px;
text-decoration: none;
padding: 0.5rem;
margin: 0.5rem;
border-radius: 10px;
border-width: 4.20px;
border-color: rgb(79, 159, 132);
}
div.left {
float: left;
border-width: 0;
}
.smaller{
font-size: 1rem;
}
/* div.theright {
float: right;
border-width: 0;
width:40%;
text-align:right;
justify-content: right;
justify-items: right;
display:flex;
position: fixed;
right: 15px;
} */
div.theright {
float: right;
border-width: 0;
width:40%;
text-align:right;
justify-content: right;
justify-items: right;
display:flex;
position: fixed;
right: 15px;
}