-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
100 lines (89 loc) · 1.56 KB
/
style.css
File metadata and controls
100 lines (89 loc) · 1.56 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
body
{
align-content:flex-start;
background-image: url('https://buffer.com/library/content/images/library/wp-content/uploads/2016/06/giphy.gif');
background-size:1400px;
height: 2vh;
padding:2p;
margin: 1px;;
}
img
{
height: 50%;
width: 50%;
left: 50%;
shape-image-threshold: unset;
position:static;
align-items: center;
border-style: outset;
border-color:black;
align-content: center;
animation: flip 4s linear 1s reverse right forwards;
animation-play-state: running;
shape-outside: image();
border-radius: 50%;
}
hr
{
size: 10%;
color:red ;
}
.center {
display: block;
width: 50%;
}
a:link, a:visited {
background-color: skyblue;
color: white;
text-align: center;
text-decoration:blue;
display:inline-flex;
}
a:hover, a:active {
background-color:black;
}
h1{
font-variant: normal;
color:green;
font-size: xx-large;
}
title
{
font: xx-large;
color: red;
}
.button
{
text-align: center;
background-color: skyblue;
margin: 20px;
padding: 20px;
}
.hello
{
border-radius: 2cm;
box-decoration-break:slice;
border-style:outset;
margin-bottom: auto;
border-color: black;
}
.flex-container{
display:block;
padding: 0 0 0 10px;
bottom: border-box;
-webkit-box-sizing: border-box;
box-sizing:content-box;
}
.flex-container p{
padding: 0;
margin: 0 0 20px;
}
.img_text
{
display: inline-flex;
flex-direction: column;
}
.dp
{
animation-direction: normal;
}