-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.css
73 lines (54 loc) · 1.21 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
header{
text-align: center;
line-height: 100px;
}
#article{
text-align: center;
}
a:hover{
color: #e73c7e;
text-decoration: none;
}
a:visited{
background: rgb(2,0,36);
background: linear-gradient(62deg, rgba(2,0,36,1) 0%, rgba(121,9,9,1) 78%, rgba(0,212,255,1) 100%);
}
#container {
/*width:70%;*/
width: 1100px;
margin: 0px auto;
/*border: 1px solid red;*/
}
img{
height: auto;
width: 720px;
}
body{
background: rgb(2,0,36);
background: linear-gradient(62deg, rgba(2,0,36,1) 0%, rgba(121,9,9,1) 78%, rgba(0,212,255,1) 100%);
font-family: 'Indie Flower', cursive;
color: #cc0000;
text-shadow: 1px 1px #ff0000;
font-weight: bold;
}
.article{
color: rgb(112, 7, 7);
}
ul li {
text-align: center;
float: left;
list-style: none;
margin: 10px;
line-height: 40px;
width: fit-content;
height: fit-content;
}
nav{
background: rgb(0,212,255);
background: linear-gradient(62deg, rgba(0,212,255,1) 32%, rgba(2,0,36,1) 48%, rgba(121,9,19,1) 73%);
height: 60px;
}
footer{
background-color: green;
text-align: center;
}