-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpersonal prtfolio.css
92 lines (87 loc) · 1.63 KB
/
personal prtfolio.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
81
82
83
84
85
86
87
88
89
90
91
92
header{
background-color: rgb(209, 201, 216);
display: flex;
justify-content: center;
gap: 30%;
width: 100%;
}
nav ul{
display: flex;
gap: 30px;
}
li {
list-style-type: none;
}
a{
font-size: 1rem;
}
nav a{
text-decoration: none;
background-color: rgb(199, 184, 235);
color: rgb(37, 4, 68);
padding: 0.5rem;
box-shadow: 4px 3px 3px 4px rgb(20, 4, 20);
}
nav a:hover{
color: rgb(90, 233, 233);
background-color: rgb(235, 133, 10);
}
div h2{
text-align: center;
color: rgb(200, 149, 247);
text-decoration: underline;
}
.container h3{
text-align: center;
background-color:rgb(20, 223, 223) ;
}
h3{
margin: 10px;
line-height: 2rem;
}
/* body{
background-color: rgb(10, 94, 94); */
div h1{
text-align: center;
text-decoration: underline;
color: rgb(200, 149, 247);
}
div ul{
text-align: center;
font-size: x-large;
font-weight: bolder;
}
div p{
text-align: center;
font-size: x-large;
font-weight: bolder;
}
form{
display: block;
font-size: 1.5rem;
text-align: center;
}
.move{
text-align: center;
background-color: rgb(1, 20, 20);
}
.change{
background-color: rgb(10, 94, 94);
}
.achievements{
background-color: rgb(20, 223, 223);
}
.projects{
background-color: rgb(10, 94, 94);
}
button{
color: rgb(20, 223, 223);
cursor: pointer;
border-radius: 10px;
font-size: 1.5rem;
background-color: rgb(1, 20, 20);
}
button:hover{
color: rgb(200, 149, 247);
background-color: black;
}