forked from PurdueIEEE/old-IEEE-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmicrosoft.css
42 lines (39 loc) · 1005 Bytes
/
microsoft.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
/* Author: Zhusee */
/* Website: codepen.io */
/* Link: https://codepen.io/zhusee2/pen/qJuzw?q=microsoft&limit=all&type=type-pens */
@import "compass/css3";
.msft-logo {
color: #737373;
font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
font-size: 600%;
font-weight: 600;
text-indent: 1.5em;
letter-spacing: -0.04em;
display: inline-block;
position: relative;
}
.msft-undertext{
color: #737373;
font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
font-size: 300%;
font-weight: 300;
text-indent: 1.5em;
letter-spacing: -0.04em;
display: inline-block;
position: relative;
}
.msft-logo::before {
content: '';
display: block;
position: absolute;
top: 50%;
left: 0.68em;
margin-top: -0.04em;
width: 0.08em;
height: 0.08em;
box-shadow:
-0.315em -0.315em 0 0.25em #EA522B,
-0.315em 0.315em 0 0.25em #2FA1EF,
0.315em -0.315em 0 0.25em #83BC00,
0.315em 0.315em 0 0.25em #FBBC08;
}