-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.css
129 lines (114 loc) · 1.94 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
* {
margin: 0;
padding: 0;
}
body
{
width:100%;
background-color: rgba(255, 246, 254, 0.853);
}
.first
{
height: 100%;
border: 2px solid rgba(0, 0, 0, 0.185);
background-image: url('../Images/c1.jpg');
background-size: cover;
}
.upper
{
display: flex;
background-color: grey;
width: 100%;
margin: 0px 0px 20px 0px;
}
.left
{
float: left;
width: 65%;
}
#logo {
background-image: url('../Images/logo60.jpg');
margin: 15px;
height: 60px;
width: 60px;
}
#logo:hover {
cursor: pointer;
opacity: 1;
}
.bar
{
float: right;
}
ul {
display: flex;
margin: 15px;
}
ul li {
list-style: none;
}
ul li a {
display: block;
text-decoration: none;
padding: 18px 25px;
border-radius: 20px;
color: white;
}
ul li a:hover {
color: black;
transform: scale(1.5);
}
div.name
{
margin-top: 260px;
width: 100%;
font-size: 35px;
font-family: Arial, Helvetica, sans-serif;
color: rgb(22, 5, 83);
text-align: center;
opacity:100% !important;
}
strong{
opacity: 1 !important;
}
section{
background-color: black;
}
header I{
color:red ;
vertical-align: text-top;
line-height: 2%;
font-size: 70%;
}
header p,h1{
margin-left: 7.5%;
text-align: justify;
}
.black{
background-color: rgb(70, 70, 70);
color:whitesmoke;
text-align: justify;
justify-content: space-evenly;
}
.t{
margin-left: 4.3%;
text-align: center;
float: left;
width: 28%;
padding: 5px;
}
.black::after {
content:"";
clear: both;
display: table;
}
.end
{
background-color: black;
color: white;
text-align: center;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: .1px;
border:1px solid black;
}