-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add task solution #2662
base: master
Are you sure you want to change the base?
Add task solution #2662
Changes from 4 commits
48faf26
669dc7d
51733d4
a90f960
d6cdace
b8910fc
b6940dd
0273696
ce2d608
b9613e9
bbb7123
7e290f1
929e872
7b71b74
1dcf72e
cf04373
703597e
9ab7b1a
a6dbe79
3e902b2
7f4d1c4
9996ac0
2775707
8dc07f9
b1539a5
149d1cf
ce3ae02
0ce05d2
2da8f3d
50afdaf
8eb43bb
a53a3b4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.main { | ||
padding: 60px 20px; | ||
background-color: #1D1D1D; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.header { | ||
box-sizing: border-box; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: flex-end; | ||
padding: 0 20px 88px; | ||
min-height: 100vh; | ||
background-color: #484848; | ||
background-image: url(../images/photos/header-background.jpg); | ||
background-repeat: no-repeat; | ||
background-size: cover; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.title { | ||
font-family: Poppins, Helvetica, sans-serif; | ||
font-size: 36px; | ||
font-weight: 700; | ||
line-height: 36px; | ||
letter-spacing: -1.5px; | ||
text-align: center; | ||
|
||
color: #fff; | ||
|
||
&--secondary { | ||
font-family: Poppins, Helvetica, sans-serif; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you don't need to repeat styles from title |
||
font-size: 32px; | ||
font-weight: 500; | ||
line-height: 32px; | ||
letter-spacing: -1.5px; | ||
text-align: left; | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
@import 'utils'; | ||
@import 'fonts'; | ||
@import 'typography'; | ||
|
||
body { | ||
background: $c-gray; | ||
} | ||
@import './utils/reset'; | ||
@import './blocks/header'; | ||
@import './blocks/title'; | ||
@import '.blocks/main'; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
/* http://meyerweb.com/eric/tools/css/reset/ | ||
v2.0 | 20110126 | ||
License: none (public domain) | ||
*/ | ||
|
||
html, | ||
body, | ||
div, | ||
span, | ||
applet, | ||
object, | ||
iframe, | ||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6, | ||
p, | ||
blockquote, | ||
pre, | ||
a, | ||
abbr, | ||
acronym, | ||
address, | ||
big, | ||
cite, | ||
code, | ||
del, | ||
dfn, | ||
em, | ||
img, | ||
ins, | ||
kbd, | ||
q, | ||
s, | ||
samp, | ||
small, | ||
strike, | ||
strong, | ||
sub, | ||
sup, | ||
tt, | ||
var, | ||
b, | ||
u, | ||
i, | ||
center, | ||
dl, | ||
dt, | ||
dd, | ||
ol, | ||
ul, | ||
li, | ||
fieldset, | ||
form, | ||
label, | ||
legend, | ||
table, | ||
caption, | ||
tbody, | ||
tfoot, | ||
thead, | ||
tr, | ||
th, | ||
td, | ||
article, | ||
aside, | ||
canvas, | ||
details, | ||
embed, | ||
figure, | ||
figcaption, | ||
footer, | ||
header, | ||
hgroup, | ||
menu, | ||
nav, | ||
output, | ||
ruby, | ||
section, | ||
summary, | ||
time, | ||
mark, | ||
audio, | ||
video { | ||
margin: 0; | ||
padding: 0; | ||
border: 0; | ||
font-family: inherit; | ||
font-size: 100%; | ||
vertical-align: baseline; | ||
} | ||
|
||
/* HTML5 display-role reset for older browsers */ | ||
article, | ||
aside, | ||
details, | ||
figcaption, | ||
figure, | ||
footer, | ||
header, | ||
hgroup, | ||
menu, | ||
nav, | ||
section { | ||
display: block; | ||
} | ||
|
||
body { | ||
line-height: 1; | ||
} | ||
|
||
ol, | ||
ul { | ||
list-style: none; | ||
} | ||
|
||
blockquote, | ||
q { | ||
quotes: none; | ||
} | ||
|
||
blockquote::before, | ||
blockquote::after, | ||
q::before, | ||
q::after { | ||
content: ''; | ||
content: none; | ||
} | ||
|
||
table { | ||
border-collapse: collapse; | ||
border-spacing: 0; | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"folders": [], | ||
"settings": {} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this image has low quality

you should import this whole picture and then adjust it's position