-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathDigital Agency.css
96 lines (78 loc) · 1.41 KB
/
Digital Agency.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
.textbox{
margin: 0% 15% auto;
line-height: 50px;
font-family: kulim park , sans-serif;
font-size: 18px;
}
ul li{
float: left;
width: 100px;
list-style-type: none;
border-bottom: 0px solid darkgray;
}
ul li a{
text-decoration: none;
color:white;
}
ul li a:hover{
border-bottom: 4px solid crimson;
color:white;
opacity: 0.6;
}
body{
background:linear-gradient(rgba(0,0,0,0.68),rgba(0,0,0,0.68),rgba(0,0,0,0.68),rgba(0,0,0,0)) ,url(fundo07.jpg)no-repeat;
background-size: cover;
color: white;
}
.text{
width: 900px;
font-size: 25px;
position: absolute;
left: 10%;
top:30%;
font-family: titillium web ,sans-serif;
}
h2{
text-transform: uppercase;
font-weight: bold;
line-height: 50px;
text-shadow: 0px 1px 0px;
}
font{
color: darkgray;
opacity: 0.4;
}
h3{
font-size:16px;
font-family: titillium web,sans-serif;
font-weight: bold;
text-transform: uppercase;
position: absolute;
left: 0%;
top: 72%;
opacity: 0.1;
}
.box{
position: absolute;
left: 10%;
top: 55%;
}
.box form input[type="submit"]{
padding: 10px;
border-style: none;
background-color: crimson;
border: 1px solid none;
color:white;
}
.icon{
font-size: 30px;
font-weight: bolder;
}
.fa-internet-explorer{
position: absolute;
left:10%;
top:3%;
}
i{
color: crimson;
}