-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
90 lines (80 loc) · 1.3 KB
/
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/* * {
padding: 0;
margin: 0;
} */
body {
background-color: rgb(55, 185, 232);
display: flex;
flex-direction: column;
line-height: 1.3;
}
/* .container {
width: 80%;
margin: 0 auto;
} */
.section-wrapper {
display: flex;
/* flex-wrap: wrap;
flex-direction: row;
justify-content: space-between; */
margin-bottom: 30px;
}
.section-header {
width: 25%;
}
.section-content {
width: 75%;
}
.section-image {
max-width: 50%;
}
@media screen and (max-width: 980px) {
.section-wrapper {
flex-direction: column;
}
.section-wrapper h2 {
text-align: center;
}
}
h1 {
font-size: 200%;
}
h2 {
flex: 0 0 20%;
text-align: right;
}
header {
display: flex;
margin-bottom: 30px;
justify-content: space-between;
align-items: center;
padding: 1%;
}
nav {
line-height: 30px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
border: 2px solid black;
text-align: center;
color: lightgreen;
}
.ul {
display: flex;
}
header h1 {
padding: 15px;
background-color: white;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.header h2 {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#paragraph {
width: 300px;
border: 15px solid green;
padding: 50px;
margin: 20px;
}
/* #About-Me {
background-size: cover;
background-color: blue;
} */