-
Notifications
You must be signed in to change notification settings - Fork 0
/
indexguns.css
104 lines (80 loc) · 1.22 KB
/
indexguns.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
body{
background-color: #fff;
color: black;
margin: 0px 20px 1px 20px;
}
header{
background-color: #1d2937;
color: whitesmoke;
position: sticky;
top: 0;
z-index: 1;
}
#logo{
width: 10%;
}
header nav{
display: inline;
}
header ul {
color: #FFFFFF;
display: inline-block;
vertical-align: top;
margin: 63px 0 0 0;
}
header li a {
text-decoration: none;
color: #FFFFFF;
}
header li {
display: inline-block;
margin: 0px 30px;
font-size: 20px;
}
nav a:hover {
color: yellow;
}
nav a:active {
text-transform: uppercase;
color: red;
}
p{
line-height: 1.5;
text-align: justify;
font-family: Verdana;
text-indent: 50px;
font-size: 13px;
margin: 0px 5px 0px 5px ;
}
.gunstitulo1{
text-align: center;
font-family: Arial Black;
line-height: 1.5;
}
.imgguns{
width: 48%;
display: block;
margin: auto;
}
a{
text-decoration: none;
color: darkblue;
}
.doisblocos{
text-align: center;
width: 48%;
display: inline-block;
vertical-align: top;
}
.albums {
width: 1309px;
height: 2000px;
}
.efeito {
}
.imgalbum {
height: 225px;
width: 225px;
position: relative;
left: 317px;
}