-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles1.css
98 lines (87 loc) · 1.7 KB
/
styles1.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
.container {
display: flex;
flex-wrap: wrap;
padding: 5px;
}
.item {
margin: 5px;
}
* {
box-sizing: border-box;
}
.column {
float: left;
width: 33.33%;
padding: 5px;
text-align: center;
}
/* Clearfix (clear floats) */
.row::after {
content: "";
clear: both;
display: table;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
.column {
width: 100%;
}
}
body {
background-size: auto;
background-image: url("ba.jfif");
background-color: #fffdfd;
}
.column img:hover {
box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.topnav {
overflow: hidden;
background-color: #333;
}
/* Style the topnav links */
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Change color on hover */
.topnav a:hover {
background-color: rgb(202, 231, 209);
color: black;
}
/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.topnav a {
float: none;
width: 100%;
}
}
.gifedit img
{
width: 80%;
margin-left:11% ;
padding-top: 150px;
padding-right: 80px;
padding-bottom: 50px;
padding-left: 80px;
}
.column:hover
{
-ms-transform: scale(1.1); /* IE 9 */
-webkit-transform: scale(1.1); /* Safari 3-8 */
transform: scale(1.1);
}
.row1 {
display: flex;
}
/* Create two equal columns that sits next to each other */
.column1
{
flex: 50%;
padding: 10px;
height: 300px;
}