diff --git a/.gitignore b/.gitignore index 8587c4d..c3d58b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ # .gitignore node_modules -test.md \ No newline at end of file +test.md +config.json +download.png \ No newline at end of file diff --git a/.stylelintrc.json b/.stylelintrc.json index 2381f48..b96fb2c 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,22 +1,22 @@ { - "extends": ["stylelint-config-standard"], - "plugins": ["stylelint-scss", "stylelint-csstree-validator"], - "rules": { - "at-rule-no-unknown": null, - "scss/at-rule-no-unknown": [ - true, - { - "ignoreAtRules": [ - "tailwind", - "apply", - "variants", - "responsive", - "screen" - ] - } - ] - }, - "csstree/validator": true, - "ignoreFiles": ["build/**", "dist/**", "**/reset*.css", "**/bootstrap*.css"] - } - \ No newline at end of file + "extends": ["stylelint-config-standard"], + "plugins": ["stylelint-scss", "stylelint-csstree-validator"], + "rules": { + "at-rule-no-unknown": null, + "block-no-empty": null, + "scss/at-rule-no-unknown": [ + true, + { + "ignoreAtRules": [ + "tailwind", + "apply", + "variants", + "responsive", + "screen" + ] + } + ] + }, + "csstree/validator": true, + "ignoreFiles": ["build/**", "dist/**", "**/reset*.css", "**/bootstrap*.css"] +} diff --git a/css/index.css b/css/index.css index 4907558..692aa61 100644 --- a/css/index.css +++ b/css/index.css @@ -1,3 +1,57 @@ -.test { +.headline-container { + color: rgb(5, 20, 33); + font-size: 40px; + text-align: center; + font-weight: 400; +} + +.headline-container-pos { + color: rgb(145, 235, 129); +} + +.navigation{ + +} + +.list{ + +} + +.paragraph { + font-weight: 200; + color: #000; + text-align: center; + font-size: 20px; +} + +.flex-container { + display: flex; + flex-direction: column; + align-items: center; +} + +body { background-color: aliceblue; + margin: 0 30% 0 30%; +} + +.menu { + width: 351px; + height: 181px; +} + +.menu-list { + font-family: sans-serif; + font-weight: 600; + font-size: 32px; + line-height: 137%; + color: #3a4a42; +} + +li { + list-style-type: none; +} + +li a { + text-decoration: none; } diff --git a/index.html b/index.html index d01f779..48124ac 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,42 @@ - - - - Document - - - - - \ No newline at end of file + + + + My Name + + + +
+ +
+
+
+

Yonni

+

I am cs student

+
+
+

i have lived in wolkite for three years

+
+
+ + +
+
+ +