-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
executable file
·88 lines (78 loc) · 1.13 KB
/
style.css
File metadata and controls
executable file
·88 lines (78 loc) · 1.13 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
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
/* Global styles */
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 20px;
line-height: 1.6;
margin: 20px;
}
h1 {
text-align: center;
color: #12195b;
font-size: 26px;
font-family: sans-serif;
text-transform: capitalize;
}
h2 {
color: #400505;
font-family: sans-serif;
font-size: 30px;
}
h3 {
color: #12195b;
font-family: sans-serif;
font-size: 20px;
}
/* Layout */
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
a:hover {
text-decoration: underline;
color: rgb(38, 0, 255);
}
ul {
list-style-type: disc;
padding-left: 20px;
}
h2 {
color: #34495e;
font-size: 2rem;
color: rgba(47, 105, 143, 0.793);
}
h3 {
color: #7f8c8d;
font-size: 1.5rem;
}
/* Paragraphs */
p {
line-height: 1.6;
font-family: sans-serif;
text-transform: capitalize;
}
p:hover {
color: rgb(9, 59, 67);
}
/* Lists */
ul {
list-style-type: disc;
padding-left: 20px;
margin-bottom: 1em;
}
li {
font-family: sans-serif;
font-size: 20px;
}
li {
font-size: 1rem;
margin-bottom: 0.5em;
}
.image-container img {
max-width: 300px;
margin: 10px;
}
.image1{
float: left;
}