-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathback.css
More file actions
49 lines (47 loc) · 1.12 KB
/
back.css
File metadata and controls
49 lines (47 loc) · 1.12 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
body{
/* background-color: cornflowerblue; */
height: 95vmin;
background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ5kp8kBoAC47EGSwUWX-_CudzBUxEIpvBAIizIOZgPTb1fJmZ72Sulf0jH4rRhvXJzPUA&usqp=CAU);
background-repeat: no-repeat;
background-size:cover;
}
@media screen and (min-width:700px){
body{
background-color: brown;
}
}
h1{
/* margin-top: 80px;
margin-bottom: 50px;
margin-left: 60px;
margin-right: 50px; */
margin: 50px 60px 30px 70px;
border: 4px dashed whitesmoke;
text-align: center;
border-radius: 20px;
padding: 30px;
z-index: 1;
font-size: 100px;
color:azure;
}
a{
text-decoration: dotted;
color: aqua;
font-size: 95px;
text-align: left;
border-radius: 20px;
}
/* ol{
list-style-type: lower-alpha;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
div{
height: 100px;
width: 100px;
transition-property: height,width;
transition-duration: 3s,3s;
}
div:hover{
height: 200px;
width: 200px;
} */