feat: Create simple HTML5 page with separate CSS for AI consultants
This commit is contained in:
24
styles.css
Normal file
24
styles.css
Normal file
@@ -0,0 +1,24 @@
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
background-color: #fff;
|
||||
color: #000;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
header, footer {
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: 1em 0;
|
||||
}
|
||||
|
||||
main {
|
||||
padding: 2em;
|
||||
}
|
||||
|
||||
.consultant {
|
||||
border: 1px solid #000;
|
||||
margin: 1em 0;
|
||||
padding: 1em;
|
||||
}
|
||||
Reference in New Issue
Block a user