-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.css
More file actions
94 lines (80 loc) · 1.57 KB
/
contact.css
File metadata and controls
94 lines (80 loc) · 1.57 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
89
90
91
92
93
94
.logo-heading{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
margin-top: 40px;
font-family:Chalkduster;
color: rgba(89, 3, 115, 0.282);
}
.logo{
width: 70px;
height: auto;
}
.topnav a:hover{
background-color:yellow;
color:rgb(170, 0, 255);
}
.topnav a.active{
background-color: pink;
}
.topnav {
text-decoration: none;
font-family: Impact, Haettenschweiler;
gap: 20px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
text-align: center;
margin-top: 60px;
}
.container{
background-color: rgb(242, 178, 242);
border: 1px solid yellow;
padding: 10px;
line-height: 30px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.subheading{
font-family: Impact, Haettenschweiler;
font-size: 20px;
color:#410562;
margin:5px;
margin-bottom: 20px;
align-self: center;
}
body{
color:purple;
margin-top: 15px;
}
.display-flex{
display: flex;
}
#country-select{
color: purple;
border-color: yellow;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.margin-images{
margin-top: 10px;
margin-right: 5px;
display: flex;
align-items:baseline;
gap: 5px;
justify-content: flex-end;
}
.size-image{
height: 40px;
align-items:stretch;
}
.text-box{
border-color: yellow;
font-family: Georgia, 'Times New Roman', Times, serif;
width: 400px;
align-self: flex-start;
}