Skip to content

Commit

Permalink
Merge pull request Opentek-Org#32 from Opentek-Org/nishikanta
Browse files Browse the repository at this point in the history
Nishikanta
  • Loading branch information
NishikantaRay authored Aug 25, 2021
2 parents faa29f5 + 0c16535 commit 7ef7c2d
Show file tree
Hide file tree
Showing 7 changed files with 196 additions and 147 deletions.
53 changes: 26 additions & 27 deletions css/projects.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
/* Font */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');





@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");

h1 {
font-size: 24px;
font-weight: 400;
text-align: center;
font-size: 24px;
font-weight: 400;
text-align: center;
}

img {
height: auto;
max-height: 100%;
max-width: 100%;
vertical-align: middle;
}
Expand All @@ -28,12 +23,12 @@ img {
display: block;
width: 100%;
cursor: pointer;
border: 1px solid rgba(255, 255, 255, 0.2);
border: 1.5px solid rgba(27, 24, 24, 0.2);
background: transparent;
}

.btn:hover {
background-color: rgba(255, 255, 255, 0.12);
background-color: rgba(8, 8, 8, 0.12);
}

.cards {
Expand All @@ -42,6 +37,7 @@ img {
list-style: none;
margin: 0;
padding: 0;
height: 100;
}

.cards_item {
Expand All @@ -62,7 +58,7 @@ img {
}

.card {
background-color: white;
background-color: #080c11;
border-radius: 0.25rem;
box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
display: flex;
Expand All @@ -72,36 +68,39 @@ img {

.card_content {
padding: 1rem;
background: rgb(148, 84, 194);
background: #aa80ff;
}

.card_title {
color: #ffffff;
font-size: 1.1rem;
font-weight: 700;
color: #080c11;
font-size: 1rem;
font-weight: 500;
letter-spacing: 1px;
text-transform: capitalize;
margin: 0px;
line-height: 2rem;
}
.cardtitle{
color: #ffffff;
font-size: .8rem;
.cardtitle {
color: #080c11;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 1px;
text-transform: capitalize;
margin: 0px;
}

.card_text {
color: #ffffff;
line-height: 10px;
}

.card_text {
color: #080c11;
font-size: 0.875rem;
line-height: 1.5;
margin-bottom: 1.25rem;
margin-bottom: 1.25rem;
font-weight: 400;

}
.made_by{
.made_by {
font-weight: 400;
font-size: 13px;
margin-top: 35px;
text-align: center;
}
}
Binary file removed images/about.png
Binary file not shown.
Binary file removed images/aboutus.png
Binary file not shown.
Binary file removed images/team.png
Binary file not shown.
Binary file removed images/teamm.png
Binary file not shown.
Loading

0 comments on commit 7ef7c2d

Please sign in to comment.