53 lines
1.0 KiB
SCSS
53 lines
1.0 KiB
SCSS
/*!*
|
|
* This file is part of the SplendidBear Websites' projects.
|
|
*
|
|
* Copyright (c) 2026 @ www.splendidbear.org
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
main div.txt {
|
|
color: rgba(255, 255, 255, 0.85);
|
|
max-width: 900px;
|
|
margin: 0 auto;
|
|
padding: 60px 40px 80px;
|
|
}
|
|
|
|
main div.txt h2 {
|
|
font: bold 28px 'Rajdhani', sans-serif;
|
|
color: #ffffff;
|
|
margin-bottom: 30px;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
main div.txt h3 {
|
|
font: bold 17px 'Rajdhani', sans-serif;
|
|
color: rgba(149, 207, 245, 0.9);
|
|
margin: 28px 0 10px;
|
|
letter-spacing: 0.5px;
|
|
}
|
|
|
|
main div.txt p,
|
|
main div.txt li {
|
|
font: 400 15px 'Rajdhani', sans-serif;
|
|
color: rgba(255, 255, 255, 0.72);
|
|
line-height: 1.75;
|
|
}
|
|
|
|
main div.txt a {
|
|
color: #95cff5;
|
|
text-decoration: none;
|
|
transition: color 180ms;
|
|
|
|
&:hover { color: #c5e8ff; }
|
|
}
|
|
|
|
main div.txt img {
|
|
border-radius: 10px;
|
|
}
|
|
|
|
main div.txt .img-container {
|
|
text-align: center;
|
|
}
|