Skip to content
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

my version #184

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*.{html, js, css,scss, json}]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

insert_final_newline = true

[*.{md,markdown,mdown,markdn}]
indent_size = 2
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
* Далі додай зміни за допомогою команд `git add` та `git commit`
* Відправ зміни в свій форк за допомогою команди `git push`
* Створи PR до цього репозиторія <https://github.com/eleks-bootcamp/fork-me/edit/main/README.md>
сделанного не воротишь
3 changes: 3 additions & 0 deletions expectations.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# Expectations
111
Hello World!!!
wadwd
9 changes: 9 additions & 0 deletions sahas.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<h1> Сирохман Олександр Вікторович </h1>
<p>junior frontend developer</p>
<ul>
<a>https://github.com/sahasiro </a>
<a>https://www.linkedin.com/in/%D0%BE%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80-%D1%81%D0%B8%D1%80%D0%BE%D1%85%D0%BC%D0%B0%D0%BD-62298a23a/</a>
<p>[email protected]</p>
<p>+380500403753</p>
</ul>
<img>
5 changes: 5 additions & 0 deletions style/reset.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
h1{
margin: 0% ;
padding: 0%;

}
17 changes: 17 additions & 0 deletions style/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

.list {
border: 4px solid orange;
}

h1 {
background: rgb(9, 255, 0);
color: white;
}
p {
background: rgb(0, 153, 255);
color: white;
}
#my-super-p {
background: orange;
color: white;
}