-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
124 lines (109 loc) · 1.62 KB
/
style.css
File metadata and controls
124 lines (109 loc) · 1.62 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
.top-panel {
border: 10px groove orange;
background-color: #ffff00;
text-align: left;
text-transform: uppercase;
color: orange;
text-decoration: none;
}
.regtop {
padding: 10px;
text-align: center;
margin: 0px;
text-color: blue;
//width: 7000px;
}
.reg ul li{
list-style-type: none;
text-align: center;
}
.inputclass{
padding: 10px 10px;
line-height: 28px;
font-size: 24px;
border: 10px double blue;
}
.top-panel a {
text-decoration: none;
}
h1 {
font-size: 71px;
}
.just2{
width: 700px;
}
.just h2{
border: 7px groove orange;
padding: 10px;
margin: 0;
font-size: 60px;
background-color: #ffff00;
text-align: center;
}
.just h3{
font-size: 50px;
margin-left: 30px;
}
.just p{
margin-left: 25px;
font-size: larger;
}
.just img{
border: 7px dashed #ffff00;
}
.navig {
margin: 0;
padding: 0;
background-color: #00bfff;
width: 275px;
}
.navig h2 {
border: 7px groove red;
padding: 10px;
margin: 0;
font-size: 40px;
}
li:first-child{
border-top: 5px dashed orange;
}
.navig ul li {
border-bottom: 5px dashed orange;
border-left: 5px dashed orange;
border-right: 5px dashed orange;
background-color: #ffff00;
color: orange;
text-align: left;
text-transform: uppercase;
list-style-type: none;
padding: 3px;
font-size: 20px;
text-align: center;
}
.skills ul li {
color: orange;
text-align: left;
list-style-type: none;
padding: 3px;
font-size: 20px;
}
.navig ul li a {
text-decoration: none;
color: orange;
}
.contdiv {
border: 5px dashed orange;
margin: 10px;
background-color: #87cefa;
}
main {
display: flex;
align-items:baseline;
color: orange;
}
html {
background-color: rgba(0,0,255, 0.5);
}
a {
text-decoration: none;
color: orange;
}