-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpage.css
More file actions
63 lines (54 loc) · 1.17 KB
/
page.css
File metadata and controls
63 lines (54 loc) · 1.17 KB
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
61
62
63
*{
margin: auto 5%;
box-sizing: border-box;
text-align: center;
background-color: rgb(75, 160, 153);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#container{
display: grid;
/* max-width: 960px; */
height: auto;
/* margin: 10% 2%; */
background-color: burlywood;
}
button{
padding: 1%;
border-radius: 2%;
background-color: rgb(218, 204, 179);
}
#container3{
/* margin: auto 10%; */
/* display: flex; */
max-width: 960px;
padding: 2%;
background-color: rgba(245, 245, 245, 0.883);
border: darkblue solid 2px;
}
#container2{
margin: 2% 0 5% 0;
padding: 1%;
display: flex;
justify-content: center;
/* background-color: rgba(255, 255, 255, 0.911); */
}
#div{
background-color: white;
}
#container4{
background-color: whitesmoke;
margin-top: 5%;
}
footer{margin-top: 5%;
padding: 2%;
display: flex;
justify-content: space-around;
border: rgba(241, 239, 239, 0.767) dashed 5px;
}
a{text-decoration: none;}
/* #container2{
margin: 1% 0 0 0;
display: flex;
justify-content: center;
}
button{overflow-x: hidden;} */