-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
48 lines (41 loc) · 754 Bytes
/
styles.css
File metadata and controls
48 lines (41 loc) · 754 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
46
47
48
body {
margin: 0px;
font-style: italic;
color: royalblue;
background: linear-gradient(skyblue, wheat);
}
h1, h4, p {
text-shadow: 0 0 1px darkblue;
}
#underline {
border-bottom: 3px solid #3a5a;
}
#main-img {
text-align: center;
width: 1600px;
height: 300px;
}
.texts {
margin: 10px;
}
.container {
display: flex;
}
.activities {
width: 400px;
margin: 0px auto 20px auto;
padding: 20px;
display: flex;
justify-content: space-between;
text-align: center;
background: powderblue;
color: navy;
border-top: 10px solid #3a5a;
border-bottom: 10px solid #3a5a;
border-radius: 120px;
}
.activities-img {
width: 200px;
height: 150px;
border-radius: 50%;
}