This is the first programming
Programming in C
- Introduce yourself.
- make memorization.
hello audiences. today I am going to show you how you start writing C codes. you can get the foll code her
scroll-behavior: smooth;
}
a {
color: var(--color-links);
text-decoration: none;
}
a:hover {
color: var(--color-links-hover);
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-primary);
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
position: fixed;
inset: 0;
z-index: 9999;
overflow: hidden;
background: var(--color-white);
transition: all 0.6s ease-out;
width: 100%;
height: 100vh;
}
#preloader:before,
#preloader:after {
content: "";
position: absolute;
border: 4px solid var(--color-primary);
border-radius: 50%;
-webkit-animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
#preloader:after {
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
@-webkit-keyframes animate-preloader {
0% {
width: 10px;
height: 10px;
top: calc(50% - 5px);
left: calc(50% - 5px);
opacity: 1;
}
100% {
width: 72px;
height: 72px;
top: calc(50% - 36px);
left: calc(50% - 36px);
opacity: 0;
}
}
@keyframes animate-preloader {
0% {
width: 10px;
height: 10px;
top: calc(50% - 5px);
left: calc(50% - 5px);
opacity: 1;
}
This is the HTML code
We are also the tallented group to deliver servcie for the community
We are also the tallented group to deliver servcie for the community
We are also the tallented group to deliver servcie for the community