-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles3.css
64 lines (59 loc) · 868 Bytes
/
styles3.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
body {
text-align: center;
padding: 40px;
background-color: #f2f2f2;
font-size: 18px;
font-family: Arial, sans-serif;
}
img {
border-radius: 50%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
h1 {
color: #c02727;
margin-top: 20px;
font-weight: bold;
}
h1 {
transition: all 0.3s ease-in-out;
}
h1:hover {
color: #ff6600;
transform: scale(1.1);
}
a {
text-decoration: none;
transition: color 0.3s ease;
}
h2:hover {
color: red;
}
svg {
fill:black;
}
.li{
fill: blue;
}
.gm, .li {
margin: 20px auto;
}
.contact-section {
margin-bottom: 30px;
}
.contact-section h2 {
margin-top: 0;
}
img {
border: 2px solid #ccc;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
h2 {
border-radius: 15px;
background-color: lightgray;
margin: 5px;
}
.contact-section {
border: 1px solid #ccc;
padding: 20px;
border-radius: 5px;
}