Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Upadate Trainers Details#10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Anikcb merged 1 commit intocodeCell01:mainfromAnikcb:main
Feb 2, 2022
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletionstart-course/index.html
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -33,7 +33,10 @@
<a href="start_course/index.html" class="nav-bar__item--link active"> স্টার্ট কোর্স </a>
</li>
<li class="nav-bar__item">
<a href="./../school-lists/" class="nav-bar__item--link"> স্কুল সমুহ </a>
<a href="./../school-lists/index.html" class="nav-bar__item--link">রেজাল্ট</a>
</li>
<li class="nav-bar__item">
<a href="./../Teachers.html" class="nav-bar__item--link">ট্রেইনার</a>
</li>
</ul>
</div>
Expand Down
166 changes: 165 additions & 1 deletionstyles/style.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -354,4 +354,168 @@ Google Sheet
.google-sheet {
width: 100%;
min-height: 70vh;
}
}


.team {
position: relative;
width: 100%;
padding: 45px 0 15px 0;
}

.team .team-item {
position: relative;
margin-bottom: 30px;
}

.team .team-img {
position: relative;
border-radius: 5px 5px 0 0;
overflow: hidden;
}

.team .team-img img {
width: 100%;
transition: .3s;
}

.team .team-item:hover img {
transform: scale(1.1);
}

.team .team-text {
position: relative;
width: 100%;
padding: 35px 30px 30px 30px;
text-align: center;
background: #202C45;
border-radius: 0 0 5px 5px;
transition: .5s;
}

.team .team-item:hover .team-text {
background: #080101;
}

.team .team-text h2 {
color: #ffffff;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 10px;
}

.team .team-text p {
margin: 0;
color: #ffffff;
}

.team .team-social {
position: absolute;
width: 100%;
height: 40px;
top: -20px;
left: 0;
text-align: center;
font-size: 0;
}

.team .team-social a {
display: inline-block;
width: 40px;
height: 40px;
margin: 0 3px;
padding: 7px 0;
text-align: center;
font-size: 16px;
color: #ffffff;
background: #202C45;
border-radius: 40px;
transition: .5s;
}

.team .team-item:hover .team-social a {
background: #080101;
}

.team .team-social a:hover {
color: #202C45;
}





/* ###################Organizers########################### */



.team1 {
position: relative;
width: 100%;
padding: 45px 0 15px 250px;
}

.team1 .team1-item {
position: relative;
margin-bottom: 30px;
}

.team1 .team1-img {
position: relative;
border-radius: 5px 5px 0 0;
overflow: hidden;
}

.team1 .team1-img img {
width: 100%;
transition: .3s;
}

.team1 .team1-item:hover img {
transform: scale(1.1);
}

.team1 .team1-text {
position: relative;
width: 100%;
padding: 35px 30px 30px 30px;
text-align: center;
background: #09246e;
border-radius: 0 0 5px 5px;
transition: .5s;
}

.team1 .team1-item:hover .team1-text {
background: #c7d1cb;
}

.team1 .team1-text h2 {
color: #a0661a;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 10px;
}

.team1 .team1-text:hover h2 {
color: #ffffff;
font-size: 20px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 10px;
}

.team1 .team1-text h4 {
margin: 0;
color: #ffffff;
}

.team1 .team1-text:hover h4 {
margin: 0;
color: #a0661a;
}





[8]ページ先頭

©2009-2025 Movatter.jp