-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles3.css
55 lines (53 loc) · 905 Bytes
/
styles3.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
* {
box-sizing: border-box;
}
body {
background-size:cover;
background-image: url("ba.jfif");
background-color: #cccccc;
}
.column {
float: left;
width: 50%;
padding: 30px;
}
/* Clearfix (clear floats) */
.row::after {
content: "";
clear: both;
display: table;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
img:hover {
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
ul,h3,h2{
color:rgb(240, 181, 205)
}
.all
{
text-align: center;
}
@media screen and (max-width: 600px) {
div.hid {
display: none;
}
}
@media screen and (max-width: 550px) {
.column {
float:none;
display:contents
}
}
img{
width: 100px;
height: auto;
}
h2{
margin-left: 2ch;
}