-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheetOnama.css
70 lines (64 loc) · 1.04 KB
/
stylesheetOnama.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
.navbar {
margin-bottom: 0;
border-radius: 0;
opacity: 0.9;
}
/* Add a gray background color and some padding to the footer */
footer {
background-color: #f2f2f2;
padding:40px;
}
/******logooo***********/
#logic{
height: 1.5em;
}
/*******fuuter*****/
#futer{
background-color: #404040;
/*background-color: #ff0000;*/
}
#ukras{
border-color: #7f8282;
border-width: 2vw;
margin-bottom: 0;
}
footer p{
color: white;
}
body{
padding-top: 70px;
}
#spam
{
position: relative;
overflow: hidden;
margin-bottom: 25px;
}
#spam p{
position: absolute;
top:20vw;
width: 100%;
text-align:center;
font-size: 5em;
background-color: #000;
color:#fff;
opacity:.8;
}
span img{
height:2em;
width:2em;
}
footer span{
display: inline-block;
margin-right: 1em;
}
#spam img{
margin: auto;
width: 100%; /* Set width to 100% */
min-height:200px;
}
@media only screen and (max-width: 800px) {
.mali {
font-size: 6px;
}
}