-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHomepage.css
More file actions
133 lines (125 loc) · 2.66 KB
/
Homepage.css
File metadata and controls
133 lines (125 loc) · 2.66 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
125
126
127
128
129
130
131
132
133
body{
background-color: rgb(192, 185, 185);
height: 100%;
margin: 0;
padding: 0;
}
img {
margin-top: 0px;
}
.center {
margin-top: 10px;
border-radius: 50%;
margin-left: 1350px;
}
header{
text-align: center;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 45px;
}
a{
font-size: 15px;
font-family: Arial, Helvetica, sans-serif;
}
.fancy-button {
display: inline-block;
padding: 5px 10px;
background-color: rgb(255, 255, 255);
color: #321d78;
text-decoration: none;
border-radius: 25px;
font-weight: bold;
}
.fancy-button:hover {
background-color: #d1d3d7;
}
.font{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.search-container {
text-align: right;
position: absolute;
top: 0;
right: 0;
background-color:white;
margin-top: 15px;
}
.search-input {
padding: 8px 16px;
border-radius: 20px;
outline: none;
font-size: 14px;
}
.search-button i {
margin-right: 4px;
}
.height {
display: flex;
justify-content: flex-end;
align-items: flex-start;
position: relative;
background-color:white;
height: 70px;
padding: 0;
box-sizing: border-box;
}
.links{
margin-right: 200px;
margin-top: 20px;
}
.name{
padding: 0px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: #3c2d92;
margin-left: 100px;
margin-top: 30px;
font-size: 16px;
}
.para{
padding: 0px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
color: #321d78;
margin-left: 100px;
margin-top: 00px;
width: 600px;
font-size: 20px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
.rylan{
padding: 0px;
font-size: 75px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
margin-left: 100px;
margin-top: 30px;
color: #000000;
}
.image{
margin-left: 70px;
margin-top: 10px;
}
.container {
margin-top: 100px;
display: flex;
}
img {
--g:#0000 ,#000 .5deg 90deg,#0000 91deg;
--m:
conic-gradient(from 45deg ,var(--g)) 20px 0 no-repeat,
conic-gradient(from 135deg,var(--g)) 0 20px no-repeat,
conic-gradient(from 225deg,var(--g)) -20px 0 no-repeat,
conic-gradient(from 315deg,var(--g)) 0 -20px no-repeat;
-webkit-mask: var(--m);
mask: var(--m);
transition: .3s linear;
filter: grayscale(.5);
cursor: pointer;
}
img:hover {
-webkit-mask-position: 0 0;
mask-position: 0 0;
filter: grayscale(0);
}
.second{
background-color: white;
height: 300px;
}