Skip to content

Instantly share code, notes, and snippets.

@Leikam
Created June 7, 2022 09:42
Show Gist options
  • Save Leikam/4147ce827e5121d8fc1a56d005ac5abe to your computer and use it in GitHub Desktop.
Save Leikam/4147ce827e5121d8fc1a56d005ac5abe 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 h2:nth-of-type(2) {
color:blue;
}</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