-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path122.css
More file actions
50 lines (40 loc) · 722 Bytes
/
122.css
File metadata and controls
50 lines (40 loc) · 722 Bytes
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
#artikulli
{
width: 960px;
float: none;
display: table;
margin: 2% auto;
}
article
{
display: inline-block;
width: 225px;
text-align: center;
background-color: rgb(15, 56, 75);
padding-bottom: 10px;
margin-bottom: 50px;
color: rgb(190, 185, 185);
}
article a
{
margin-top: 5px;
font-size: 13px;
text-decoration: none;
color: rgb(10, 37, 53);
}
article a:hover
{
color: rgb(18, 32, 78);
}
#artikulli2, #artikulli3, #artikulli4
{
margin-left: 2%;
}
.foto
{
display: inline-block;
margin-left: 10px;
background-color: grey;
text-align: center;
width: 225px;
}