-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
54 lines (42 loc) · 884 Bytes
/
style.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
@tailwind base;
@tailwind components;
@tailwind utilities;
/**{*/
/* box-sizing: border-box;*/
/* padding: 0;*/
/* font-family: 'Poppins', sans-serif;*/
/*}*/
/*.parent_container{*/
/* height: 100vh;*/
/* width: 100vw;*/
/* display: flex;*/
/* align-items: center;*/
/* justify-content: center;*/
/* background: #ddd;*/
/*}*/
/*.main_container{*/
/* display: flex;*/
/* flex-direction: column;*/
/* align-items: center;*/
/*}*/
/*.page_header{*/
/* font-weight: lighter;*/
/*}*/
/*.profile_box{*/
/* display: flex;*/
/* align-items: center;*/
/* justify-content: center*/
/*}*/
/*.profile_pic{*/
/* width: 15em;*/
/* height: 15em;*/
/*}*/
/*.profile_name{*/
/* font-size: 3em;*/
/*}*/
/*.nav_box{*/
/* width: 100%;*/
/* display: flex;*/
/* align-items: center;*/
/* justify-content: space-evenly;*/
/*}*