User:Zuhui/SI26/Storybook/CSS 1: Difference between revisions
< User:Zuhui | SI26 | Storybook
(Created page with "''' CSS Prompts''' <br> <br> <div style="float:right; text-align:right;"> [https://developer.mozilla.org/en-US/docs/Web/CSS/Next-sibling_combinator CSS + Next sibling combinator mdm]<br> </div>") |
No edit summary |
||
Line 1: | Line 1: | ||
'''[[User:Zuhui/SI26/Storybook/Permutational variables | CSS Prompts]]''' | '''[[User:Zuhui/SI26/Storybook/Permutational variables | CSS Prompts]]''' | ||
<br> | <br> | ||
<div style="float:right; text-align:right;"> | <div style="float:right; text-align:right;"> | ||
[https://developer.mozilla.org/en-US/docs/Web/CSS/Next-sibling_combinator CSS + Next sibling combinator mdm]<br> | [https://developer.mozilla.org/en-US/docs/Web/CSS/Next-sibling_combinator CSS + Next sibling combinator mdm]<br> | ||
</div> | </div> | ||
<br> | |||
==Sentence in the middle== | |||
<syntaxhighlight lang="css"> | |||
#sentence { | |||
position: fixed; | |||
margin: 0; | |||
top: 50%; | |||
left: 50%; | |||
transform: translate(-50%,-50%); | |||
z-index: 99999; | |||
text-align: center; | |||
font-size: 30px; | |||
font-weight: bold; | |||
font-family: Arial, sans-serif; | |||
font-weight: bold; | |||
white-space: nowrap; | |||
} | |||
</syntaxhighlight> | |||
<br> | |||
==Existential units== | |||
<br> | |||
<br> | |||
==Spatial relationships== |
Revision as of 11:06, 15 March 2025
Sentence in the middle
#sentence {
position: fixed;
margin: 0;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 99999;
text-align: center;
font-size: 30px;
font-weight: bold;
font-family: Arial, sans-serif;
font-weight: bold;
white-space: nowrap;
}
Existential units