-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.css
94 lines (87 loc) · 1.49 KB
/
contact.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
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
*{
margin: 0;
padding: 0;
}
body
{
background-color: rgb(232, 228, 226);
color: black;
font-family: 'Sawarabi Mincho', sans-serif;
font: inherit;
}
.nav{
width: 100%;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
position: sticky;
top: 0px;
}
.navbar-options{
width: 100%;
display: flex;
list-style: none;
justify-content: space-evenly;
font-size: 16px;
}
.option-list img{
width: 300px;
margin: 0px;
padding: 0px;
}
.option-list{
padding: 0px;
}
a{
text-decoration: none;
color: black;
cursor: pointer;
}
.body{
display: flex;
flex-direction: column;
align-items: center;
margin-top: 50px;
}
.row1{
width: 100%;
margin-top: 11rem;
margin-bottom: 16rem;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
line-height: 1.8;
font-size: 1rem;
}
.row1 span a span{
font-style: italic;
}
div{
display: block;
}
.row3 a{
font-style: normal;
color: black;
}
.footer{
height: 150px;
width: 100%;
margin-top: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.row3{
display: flex;
width: 100%;
justify-content: space-around;
}
.insta a{
font-style: italic;
}
a:hover{
color: rgb(123, 117, 117);
}