-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (51 loc) · 715 Bytes
/
style.css
File metadata and controls
60 lines (51 loc) · 715 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
51
52
53
54
55
56
57
58
59
60
.break{
flex-basis: 100%;
height: 0;
}
body{
font-family: 'Source Sans Pro', sans-serif;
}
h1{
font-size: 3rem;
text-align: center;
}
h2{
font-size: 2rem;
}
nav{
top: 0;
display: flex;
justify-content:space-around;
align-items:center;
width: 100%;
height: 4rem;
background-color: #7ed957;
position: sticky;
z-index: 999;
}
a.nav{
text-decoration: none;
color: black;
font-size: 2rem;
}
section{
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
}
section div{
padding: 1rem;
width: 100%;
}
img.mesa{
height: 15rem;
border-radius: 7.5rem;
}
div.mesa{
display: flex;
text-align: center;
width: 50%;
margin-left: auto;
margin-right: auto;
}