Content migration from old repo to new repo

This commit is contained in:
Nirmal Kumar R
2024-07-26 18:25:48 +05:30
parent b636b05b5d
commit 7e0a5f3289
26 changed files with 1211 additions and 4 deletions
+25 -1
View File
@@ -51,20 +51,44 @@ img {
width: 400px;
}
ul {
list-style-type: none;
}
li {
line-height: 1.6;
}
ul li:before {
background-color: #BF1717;
border-radius: 0;
content: "";
display: inline-block;
margin-right: 5px;
margin-bottom: 2px;
height: 6px;
width: 6px;
}
.home {
margin-top: 1em;
}
.home,
main,
.content-wrapper {
margin-left: 1em;
}
.content-title {
.content-wrapper h3 {
color: #663333;
font-weight: bold;
}
.date {
color: #7d7d7d;
}
.contact {
background-color: #ffcc33;
padding: 0.6em;