-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
70 lines (57 loc) · 842 Bytes
/
style.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
h1 {
text-align: center;
}
h2 {
text-align: center;
}
h3 {
text-align: center;
font-size: 21px;
}
p1 {
font-size: 21px;
}
body {
background-color: rgb(255, 255, 255);
}
/* Style of the nav bar */
nav {
background-color: #353132;
color: white;
text-align: center;
padding: 10px;
}
nav a {
color: white;
text-decoration: none;
margin: 0 10px;
}
nav a:hover {
text-decoration: underline;
}
/* Define Center*/
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.section h4{
margin: 0;
font-size: 22px;
}
body{
margin: 0;
}
.section{
background-color:#f0f0f0;
display: flex;
border-radius: 14px;
justify-content: space-between;
padding: 30 px;
width: 69%;
margin: 2rem auto 0 auto;
}
.section img{
height: 250px;
}