Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WIE_202021_CSBillero11
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bernard Roland (Student Com20)
WIE_202021_CSBillero11
Commits
021b29ad
Commit
021b29ad
authored
3 years ago
by
Planoetscher Daniel (Student Com20)
Browse files
Options
Downloads
Patches
Plain Diff
stylesheet with basic settings
parent
7cb032ac
No related branches found
No related tags found
1 merge request
!1
Adding css
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/css/style.css
+27
-0
27 additions, 0 deletions
src/css/style.css
src/index.html
+1
-0
1 addition, 0 deletions
src/index.html
with
28 additions
and
0 deletions
src/css/style.css
0 → 100644
+
27
−
0
View file @
021b29ad
@import
url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap')
;
@import
url('https://fonts.googleapis.com/icon?family=Material+Icons')
;
:root
{
--primary
:
#AC42FF
;
--secondary
:
#F15154
;
--linear-gradient
:
linear-gradient
(
to
bottom
,
var
(
--secondary
),
var
(
--primary
));
--radial-gradient
:
radial-gradient
(
100%
115%
at
0%
0%
,
var
(
--primary
)
0%
,
var
(
--secondary
)
100%
);
--weight-light
:
300
;
--weight-regular
:
400
;
--weight-medium
:
500
;
--weight-semi-bold
:
600
;
--weight-bold
:
700
;
}
html
{
scroll-behavior
:
smooth
;
}
body
{
font-family
:
'Poppins'
,
sans-serif
;
}
*
{
margin
:
0
;
padding
:
0
;
box-sizing
:
border-box
;
}
This diff is collapsed.
Click to expand it.
src/index.html
+
1
−
0
View file @
021b29ad
...
...
@@ -11,6 +11,7 @@
<meta
property=
"og:image"
content=
"img/header.jpg"
>
<meta
http-equiv=
"x-ua-compatible"
content=
"ie=edge"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
rel=
"stylesheet"
href=
"css/style.css"
>
<title>
ryoko | plan your projects like a journey
</title>
</head>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment