📝 Added sara soueidan blog rss feed

This commit is contained in:
z3rOR0ne 2023-02-05 02:49:27 -08:00
parent 75e83b1504
commit 511c2b8621
4 changed files with 7961 additions and 6 deletions

View file

@ -37,21 +37,20 @@
--transition: 250ms ease-in-out;
}
/* html */
/* Padding doesn't add to the width or height of elements */
/* font-size is set to 100% so that fonts reference browser's font-styles */
html {
box-sizing: border-box;
font-size: 100%;
}
/* * */
/* box-sizing is inherited from the html element */
*,
*::before,
**::after {
box-sizing: inherit;
}
/* body */
/* 0 out all margin all body to clear default margins */
body {
margin: 0;