-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
102 lines (87 loc) · 1.4 KB
/
style.css
File metadata and controls
102 lines (87 loc) · 1.4 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
101
102
body,
html {
background-image: linear-gradient(
to right,
rgb(255, 0, 191),
rgb(0, 255, 200)
);
height: 100%;
width: 100%;
padding: 0;
overflow-x: hidden;
max-width: 1360px;
margin: auto;
}
.wel {
font-size: 300%;
}
.pr {
font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
"Lucida Sans Unicode", Geneva, Verdana, sans-serif;
color: rgb(255, 208, 0);
font-size: 150%;
}
.frtext {
color: black;
}
.hire {
text-decoration: none;
border: 2px dashed black;
border-radius: 11px;
background-color: red;
color: white;
padding: 8px;
}
.hire:hover {
color: red;
background-color: white;
}
.fblock {
display: flex;
}
.widthselector {
width: 50%;
padding: 2%;
}
.widthselector img {
width: 85%;
}
.resume {
text-decoration: none;
border: 2px dashed black;
color: purple;
border-radius: 11px;
padding: 8px;
background-image: linear-gradient(orange, yellow);
}
.fulclass {
color: brown;
font-size: 160%;
font-weight: 490;
}
.fblclass {
font-size: 140%;
font-weight: 350;
color: indigo;
}
.shadow {
box-shadow: 15px 15px 20px black;
background-color: gold;
margin: 8px;
border-left: 10px solid rgb(32, 141, 50);
border-radius: 10px;
}
.tablecls {
width: 90%;
border: 2px solid black;
border-collapse: collapse;
}
td,
th {
text-align: center;
border: 2px solid black;
padding: 1%;
}
td {
font-weight: 600;
}