-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
126 lines (117 loc) · 2.02 KB
/
index.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
body{
margin: 0px;
padding: 0px;
background-color: lightslategrey;
}
.header{
background-image: url(images/coding2.png);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: left;
color: white;
}
.navi{
display: flex;
flex-direction: column;
padding: 0px;
}
.navi li{
list-style: none;
background-color:lightslategray;
padding: 34px 0px;
width: 170px;
}
.navi li a{
text-decoration:none ;
color: white;
}
.navi li a:hover{
background-color: black;
padding: 10px;
}
h1 em{
background-color: lightslategray;
padding: 5px;
}
.head{
background-color: lightslategray;
padding: 6px;
text-transform: uppercase;
}
.back a{
text-decoration: none;
text-transform: capitalize;
color: maroon;
font-weight: bold;
}
.back a:hover{
text-decoration: underline;
}
.education{
list-style: none;
background-color: cornflowerblue;
border-radius: 30px;
padding: 20px;
width: 250px;
font-size: 20px;
}
.contact1{
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.contact1 a{
padding: 10px;
text-decoration: none;
font-weight: bold;
color:black;
}
.contact1 a:hover{
text-decoration: underline;
}
.bg{
font-size: 24px;
}
h2{
font-style: italic;
font-size: 32px;
color: darkgoldenrod;
}
.view a{
text-decoration: none;
font-weight: bold;
background-color:red;
color: blanchedalmond;
padding: 10px;
}
.view a:hover{
text-decoration: underline;
}
.copy{
text-align: center;
}
section{
margin: 140px;
background-color: whitesmoke;
}
.form{
display: flex;
flex-direction: column;
width: 300px;
margin-left: 400px;
background-color:darkgoldenrod;
color:blackl;
}
.main-contact{
height: 500px;
}
.submit{
display: flex;
margin-top: 12px;
margin-left: 100px;
margin-bottom: 12px;
}
.comment{
padding-bottom: 40px;
}