-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
102 lines (66 loc) · 952 Bytes
/
Copy pathstyle.css
File metadata and controls
102 lines (66 loc) · 952 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
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
body{
font-family:'Poppins', sans-serif;
}
h1{
font-size:25px;
}
.name{
color:Orange;
}
.name:hover{
color:red;
font-size:28px;
}
.half-width{
width:40%;
float:left;
}
.half-width img{
width:250px;
}
.tp-banner{
background-image: url("image/20211220_185027.jpg");
background-size:220px;
background-repeat:no repeat;
}
section{
height:400px;
}
.link-button{
text-decoration:none;
background-image:linear-gradient(lightsalmon,tomato);
color:white;
padding:10px 20px;
border-radius:8px;
font-weight:700;
}
.right-half-width{
width:40%;
float:right;
}
.right-half-width img{
width:200px;
}
.chart{
float:left;
pading:0px;
margin-bottom:50px;
}
h2{
color:blue;
}
p:hover{
color:rgb(37, 28, 176, 1);
}
.link-button-navbar{
text-decoration:none;
background-image:radial-gradient(white,lightyellow);
color:black;
paddng:3px 5px;
border-radius:3px;
font-weight:700;
margin-down:px;
}
.navbar:hover {
color:Orange;
}