-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtablet.css
More file actions
50 lines (50 loc) · 834 Bytes
/
Copy pathtablet.css
File metadata and controls
50 lines (50 loc) · 834 Bytes
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
.header{
justify-content: center;
}
.header__nav{
height: 100%;
display: initial;
flex-basis: 70%;
text-align: center;
}
.header__nav ul a{
text-decoration:none;
color: white;
}
.header__nav ul a:hover{
display: inline-block;
transform: scale(1.2);
}
.header__nav ul{
height: 100%;
padding: 2rem;
}
.header__nav ul li{
display: inline-block;
margin: 0.5rem 1.5rem;
}
.header__nav ul li a{
font-size: 1.8rem;
}
.header__nav ul li a:hover{
font-weight: bold;
}
/* .nav__top{
margin-bottom: 1rem;
} */
.main {
display: grid;
grid-template-columns: 1fr 1fr;
background-repeat: no-repeat;
}
.main figure{
margin:10px;
}
.main__figure-uranus{
justify-self: end;
}
.main figure:last-child{
grid-column: 1 / 3;
width: 50%;
justify-self: center;
}