Skip to content
Open

Loza #55

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
58 changes: 58 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
body {
font-size: 28px;
}

p {
color: orange;
}

.paragraph {
color: green;
}

#paragraph {
color: red;
}

h1, h2, h3, h4 {
color: pink;
}


.container-one > p {
color: blue;
font-size: 12px;
margin-left: 10px;
border-bottom: solid 2px black;
}

.container-two > p {
color: purple;
font-size: 15px;
margin-left: 10px;
border-bottom: solid 1px black;
}

.container-two > p > span {
color: grey;
font-size: 12px;
}

div.container-one.container-two > p {
color: purple;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
}

section.container-one.container-two > p {
color: orange;
font-size: 28px;
border-bottom: 0px;
margin-left: 0px;
}

section.container-one.container-two > p > span {
color: orange;
font-size: 28px;
}