-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
45 lines (45 loc) · 778 Bytes
/
styles.css
File metadata and controls
45 lines (45 loc) · 778 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
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&display=swap');
body{
background-color: #fefcfd;
font-family: 'IBM Plex Serif', serif;
font-size: large;
}
h1{
font-size: larger;
}
.centeredimage{
display: flex;
justify-content: center;
border: 3px solid green;
}
ul{
list-style-type: none;
}
h1{
font-size: xx-large;
}
.navbar{
background-color: #bfcde0;
border: 3px solid green;
width: 100%;
}
.link{
width: 20%;
border: 3px solid green;
display: flex;
justify-content: space-around;
}
.links{
display: flex;
justify-content: space-around;
}
footer{
display: flex;
border: 3px solid green;
}
.section404{
border: 3px solid green;
}
.text404{
border: 3px solid green;
}