Last active
June 7, 2022 09:41
-
-
Save Leikam/5a5b2a66ab646caf9f675748f661f3b6 to your computer and use it in GitHub Desktop.
Untitled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#item { | |
position:absolute; | |
width: 200px; | |
height: 200px; | |
background: red; | |
margin: auto; | |
left:0; | |
right:0; | |
top:50%; | |
bottom:0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id=shapka> | |
<h2>Первый заголовок</h2> | |
<h2>Второй заголовок</h2> | |
<h2>Третий заголовок</h2> | |
</div> | |
<style> | |
#shapka :nth-child(1) { | |
color:red; | |
}</style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment