-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
43 lines (37 loc) · 1.28 KB
/
styles.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
/* line 6, /Applications/mampstack-5.6.6-0/apache2/htdocs/fcc-bp-markdown/styles.scss */
body {
background: radial-gradient(ellipse at center, #d9e7f2 0%, #c6dbec 100%); }
/* line 10, /Applications/mampstack-5.6.6-0/apache2/htdocs/fcc-bp-markdown/styles.scss */
html {
height: 100%;
/* Prevents the gradient from repeating if the content does not span the entire viewport */ }
/* line 15, /Applications/mampstack-5.6.6-0/apache2/htdocs/fcc-bp-markdown/styles.scss */
.maincontainer {
align-content: stretch;
display: flex;
justify-content: center;
margin-top: 40px; }
/* line 22, /Applications/mampstack-5.6.6-0/apache2/htdocs/fcc-bp-markdown/styles.scss */
.editor {
background-color: white;
border-radius: 5px;
display: inline-flex;
margin-right: 50px;
min-height: 500px;
min-width: 300px; }
/* line 31, /Applications/mampstack-5.6.6-0/apache2/htdocs/fcc-bp-markdown/styles.scss */
.editor textarea {
background-color: white;
border-radius: 5px;
height: 100%;
resize: none;
width: 100%; }
/* line 39, /Applications/mampstack-5.6.6-0/apache2/htdocs/fcc-bp-markdown/styles.scss */
.preview {
background-color: #f2f2f2;
border-radius: 5px;
min-height: 100px;
min-width: 300px;
padding: 2px;
display: inline-flex; }
/*# sourceMappingURL=styles.css.map */