-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmystyle.css
More file actions
55 lines (50 loc) · 951 Bytes
/
mystyle.css
File metadata and controls
55 lines (50 loc) · 951 Bytes
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
a{
color: blue;
}
h1{
transform: scale(1);
transition: 5s all;
font-style: 50px;
color: black;
font-style: italic;
font-weight: bold;
background-color: rgb(180, 126, 190);
border: 2px solid grey;
padding: 10px;
border-radius: 100px;
opacity: 0,9;
box-shadow:3px 2px #5e5b5f;
}
h1:hover{
border:10px solid gray;
transform: rotate(90 deg) scale(1);
}
h2:hover{
font-style: 50px;
color: black;
font-style: italic;
font-weight: bold;
}
p:hover{
font-size: 20px;
font-weight: 100;
color: black;
font-style: italic;
font-weight: 400px;
}
body{
background-color: #dadce4;
color: black;
padding: 15px;
margin: 20px;
border: 7px solid gray;
text-align: center;
background-image: url(images/2.jpg);
}
picture{
margin: 10px;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
}