added details

This commit is contained in:
asus
2023-11-19 15:54:04 +01:00
parent 41ba9a3e52
commit f80c7608b2
9 changed files with 187 additions and 45 deletions

View File

@@ -1,2 +1,33 @@
#cv_infos {
margin: 10px 10px 30px 10px;
}
#cv_infos h1,
#cv_infos h2,
#cv_infos h3,
#cv_infos h4,
#cv_infos h5,
#cv_infos h6 {
/*
place-self: center;
margin-left: var(--list-padding);
*/
}
#cv_infos details {
margin: 10px 0px;
}
#cv_infos summary {
/*
*/
margin-left: var(--list-padding);
}
#cv_infos summary + * {
margin-top: 10px;
}
details summary {
/*
list-style-type: none;
*/
list-style-position: outside;
}

View File

@@ -1,7 +1,7 @@
.mouse {
position: relative;
margin: 20px 0px 0px 0px;
margin: 0px;
}
.frames_container {
display: grid;

24
styles/elements/test.css Normal file
View File

@@ -0,0 +1,24 @@
#test::after {
content: "  \a   \a   \a  \a \a  \a  \a  \a  \a    \a    \a  \a     \a    \a  \a ";
white-space: pre-wrap;
/*
 
  
  
 

 
 
 
 
   
   
 
    
   
 
*/
}

View File

@@ -1,2 +1,8 @@
#role_title {
#role_title #name {
margin:30px 0px 40px 0px;
}
#role_title #title {
margin:30px 0px 40px 0px;
}