Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 50b40a4

Browse files
first commit
1 parent 4c7580b commit 50b40a4

File tree

7 files changed

+45
-0
lines changed

7 files changed

+45
-0
lines changed

‎index.html‎

Whitespace-only changes.

‎script.js‎

Whitespace-only changes.

‎scss/globals/_colours.scss‎

Whitespace-only changes.

‎scss/globals/_index.scss‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@forward 'main';
2+
@forward 'colours';
3+
@forward 'typography'

‎scss/globals/_main.scss‎

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
@use 'typography' as *;
2+
3+
html{
4+
box-sizing: border-box;
5+
box-sizing: border-box;
6+
}
7+
8+
*, *::before, *::after{
9+
box-sizing: inherit;
10+
}
11+
12+
body{
13+
margin:0;
14+
padding: 0;
15+
ming-height: 100vh;
16+
min-width: 100vw;
17+
}
18+
19+
.flex{
20+
display: flex;
21+
22+
&-justcont-c{
23+
justify-content: center;
24+
}
25+
26+
&-justcont-sb{
27+
justify-content: space-between;
28+
}
29+
30+
&-alignit-c{
31+
align-items: center;
32+
}
33+
34+
&-dir-col{
35+
flex-direction: column;
36+
}
37+
38+
&-dir-col-rev{
39+
flex-direction: column-reverse;
40+
}
41+
}

‎scss/globals/_typography.scss‎

Whitespace-only changes.

‎scss/style.scss‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@forward 'globals';

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /