-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
76 lines (65 loc) · 1.25 KB
/
styles.css
File metadata and controls
76 lines (65 loc) · 1.25 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
/* styles.css */
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background: #007bff;
color: #fff;
padding: 1rem 0;
text-align: center;
}
nav {
text-align: center;
background: #333;
}
nav a {
color: #fff;
text-decoration: none;
padding: 1rem;
display: inline-block;
}
nav a:hover {
background: #575757;
}
main {
padding: 2rem;
text-align: center;
}
footer {
background: #333;
color: #fff;
text-align: center;
padding: 1rem 0;
position: absolute;
bottom: 0;
width: 100%;
}
/*CONTACT*/
#contact-logo {
background-image: url(file:///Users/krrishtaneja/Library/Group%20Containers/group.net.whatsapp.WhatsApp.shared/Message/Media/919667781329@s.whatsapp.net/a/2/a254f8a5-5c94-4dc8-8e52-da698eb94e01.jpg);
height: 300px;
width: 300px;
border-radius: 50%;
background-size: contain;
}
#contact-parent {
display: flex;
justify-content: center;
align-items: center;
gap: 300px ;
}
#contact-heading {
font-size: 50px;
text-decoration: underline;
font-weight: bold;
}
.contact-info {
font-style: italic;
}
#contact-header {
background-color: lightcoral;
}