-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
123 lines (100 loc) · 1.69 KB
/
style.css
File metadata and controls
123 lines (100 loc) · 1.69 KB
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
*{
margin: 0;
padding: 0;
font-family:Roboto;
}
h1 a {
color:black;
text-shadow: 1px 1px 2px black, 0 0 1em white;
}
html{
background:url(img/cool-background\ \(1\).png);
}
a {
text-decoration: none;
}
ol a:visited{
color:grey;
}
li {
float: left;
font-size: 20px;
margin-top:10px;
margin-bottom: 10px;
}
ol a:hover {
color:grey;
transition: 1s;
}
div.icons {
position: absolute;
}
div.icons img {
margin-left: 500px;
}
ol {
display: flex;
justify-content: space-around;
align-items:center;
list-style-type: none;
padding: 0;
overflow: hidden;
background-color: #333333;
}
.head1{
background:rgba(180, 174, 174, 0.7);
}
h1 {
padding-top: 30px;
}
.h1head{
font-size: 50px;
}
form input {
border-radius:10px;
margin-bottom: 10px;
margin-left: 15px;
}
.searchp {
font-weight: bold;
margin-left: 20px;
}
div.bodyblocks{
margin-bottom: 30px;
margin-top: 30px;
display: flex;
justify-content: space-around;
}
div .first, .second , .third, .fourth {
border-radius: 10px;;
background-color:rgba(182, 182, 182, 0.8);
}
div.subblock h2 {
margin-top: 10px;
}
div.bodyblocks img {
border-radius: 10px;;
margin-right:20px ;
margin-left:20px ;
margin-top: 20px;
}
div.bodyblocks p {
font-size:20px;
font-weight: bold;
}
div.subblock {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
background:rgba(255,255, 255, 0.9);
}
div.subblock img {
margin: 20px;
height: 180px;;
}
div.subblock div.subbl {
margin: 5px;
border-radius: 10px;
background:rgba(138, 138, 138, 0.8);
}