Skip to content

Instantly share code, notes, and snippets.

@Leikam
Last active June 7, 2022 09:41
Show Gist options
  • Save Leikam/5a5b2a66ab646caf9f675748f661f3b6 to your computer and use it in GitHub Desktop.
Save Leikam/5a5b2a66ab646caf9f675748f661f3b6 to your computer and use it in GitHub Desktop.
Untitled
#item {
position:absolute;
width: 200px;
height: 200px;
background: red;
margin: auto;
left:0;
right:0;
top:50%;
bottom:0;
}
<div id=shapka>
<h2>Первый заголовок</h2>
<h2>Второй заголовок</h2>
<h2>Третий заголовок</h2>
</div>
<style>
#shapka :nth-child(1) {
color:red;
}</style>
// alert('Hello world!');
{"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