Skip to content

Instantly share code, notes, and snippets.

View SafaElmali's full-sized avatar
🎮
Focusing

T. Safa Elmalı SafaElmali

🎮
Focusing
View GitHub Profile
@SafaElmali
SafaElmali / index.html
Created April 4, 2021 17:41
6 - CSSBattle - Target #5 - Acid Rain
<div>
</div>
<style>
body {
background: #0b2429;
display: flex;
justify-content: center;
align-items: center;
}
@SafaElmali
SafaElmali / index.html
Last active April 4, 2021 12:48
5 - CSSBattle - Target #5 - Acid Rain
<div>
</div>
<style>
body {
background: #0b2429;
display: flex;
justify-content: center;
align-items: center;
}
@SafaElmali
SafaElmali / index.html
Last active April 4, 2021 18:13
4 - CSSBattle - Target #5 - Acid Rain
<div>
</div>
<style>
body {
background: #0b2429;
}
div {
width: 120px;
@SafaElmali
SafaElmali / index.html
Last active April 4, 2021 18:13
3 - CSSBattle - Target #5 - Acid Rain
<div>
</div>
<style>
body {
background: #0b2429;
}
div {
width: 120px;
@SafaElmali
SafaElmali / index.html
Last active April 4, 2021 18:21
2 - CSSBattle - Target #5 - Acid Rain
<div>
</div>
<style>
body {
background: #0b2429;
}
div {
width: 120px;
@SafaElmali
SafaElmali / index.html
Created March 26, 2021 13:41
1 - CSSBattle - Target #5 - Acid Rain
<style>
body{
background:#0B2429;
}
</style>
@SafaElmali
SafaElmali / index.html
Created March 26, 2021 08:43
6 - CSSBattle - Target #4 - Ups n Downs
<div></div>
<div></div>
<div></div>
<style>
body {
background:#62306D;
display:flex;
justify-content:center;
align-items:center;
}
@SafaElmali
SafaElmali / index.html
Created March 26, 2021 08:41
5 - CSSBattle - Target #4 - Ups n Downs
<div></div>
<div></div>
<div></div>
<style>
body{
background:#62306D;
display:flex;
justify-content:center;
align-items:center;
}
@SafaElmali
SafaElmali / index.html
Created March 26, 2021 08:37
4 - CSSBattle - Target #4 - Ups n Downs
<div></div>
<div></div>
<div></div>
<style>
body{
background:#62306D;
display:flex;
justify-content:center;
align-items:center;
}
@SafaElmali
SafaElmali / index.html
Created March 25, 2021 09:03
3 - CSSBattle - Target #4 - Ups n Downs
<div></div>
<div></div>
<div></div>
<style>
body{
background:#62306D;
display:flex;
justify-content:center;
align-items:center;
}