-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
42 lines (40 loc) · 857 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
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300&display=swap');
body {font-family: 'Noto Sans KR', sans-serif;}
nav {background-color: #4D4D4D;
padding: 10px; }
nav ul{display: flex;
margin: 0;
padding: 0;
justify-content: center;
list-style-type: none;}
nav ul li a {
color: #2B8786;
padding: 10px;
text-decoration: none;
}
h2 {text-align: center;}
p {text-align: left;}
img {
display:block;
max-width: 90%;
max-heigth: flex;
padding:5px;
text-align: center;
}
.container {display: grid;
max-width: 800px;
background-color: #2B8786;}
.center {justify:center;}
footer {
background-color: #4D4D4D;
}
footer p {
color: #2B8786;
padding: 10px;
text-decoration: none;
text-align: center;
}
.bg-orange {background-color: #DE6A59;
padding: 10px;}
.bg-yellow {background-color: #DEB159;
padding: 10px;}