-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirst_project.css
80 lines (74 loc) · 1.37 KB
/
first_project.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
h1{
text-shadow: -12px -13px 15px gold;
/* height: px; */
font-family: "Silkscreen";
margin-left: 45%;
animation: ry 2s infinite ;
animation-direction: alternate-reverse;
}
@keyframes ry {
to {color: rgb(21, 212, 14);
font-size: 50px;
/* font-family: segoe script; */
}
}
.first {
background-color: darkslategrey;
color: aquamarine;
letter-spacing: 3px;
word-spacing: 4px;
}
.fin{
width: 600px;
font-family: 'Dancing Script', cursive;
font-weight: 900;
text-align: justify;
font-size: 1em;
text-align-last: right;
}
fin::first-line{
font-variant: small-caps;
text-transform: capitalize;
}
img{
width: 300px;
height: 330px;
}
.fg{
text-align: justify;
width:130px ;
overflow: scroll;
height: 280px;
}
body{
background-color: #01786F;
}
.ki th{
font-size: x-large;
float: left;
background-color: brown;
padding: 19px;
}
.ki th:hover{
color: antiquewhite;
background-color: rgb(46, 48, 43);
}
.er{
width: 755px;
height: 769px
}
.er:hover{
width: 800px;
height: 800px
}
footer{
background-color: black;
}
ul li{
list-style: none;
text-align: center;
text-decoration: dashed;
font-size: 26px;
text-decoration: none;
color: cyan;
}