Skip to content

Commit 6993ed3

Browse files
committed
certi design complete
1 parent 1f0abd1 commit 6993ed3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

examples/views/certificate-excellence.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<div class="certificate-excellence__main-section__title1">CERTIFICATE</div>
88
<div class="certificate-excellence__main-section__title2">of Excellence</div>
99
<div class="font-mds" style="margin-top: 14px;">This certificate is presented for exemplary performance in</div>
10-
<div class="divider-h" style="opacity: 0.5; margin: 42px 0 25px 0;"></div>
10+
<div class="divider-h certificate-excellence__main-section__right-section__divider"></div>
1111
<div class="font-mds"><strong>Machine Learning</strong> course by <br />Coding Blocks.</div>
1212
</div>
1313
<div class="certificate-excellence__main-section__left-section">
1414
<div class="certificate-excellence__main-section__left-section__content t-align-c">
1515
<img src="https://cb-thumbnails.s3.ap-south-1.amazonaws.com/gold+_logo.svg">
1616
<div class="font-mds" style="margin-top: 24px;"><strong>Machine <br />Learning</strong></div>
1717
<div style="margin-top: 46px;">Batch</div>
18-
<div class="divider-h" style="opacity: 0.5; margin: 24px 0 19px 0;"></div>
18+
<div class="divider-h certificate-excellence__main-section__left-section__content__divider"></div>
1919
<img src="https://cb-thumbnails.s3.ap-south-1.amazonaws.com/munna_bhaiya_sign_white.svg" style="margin-bottom: 7px;">
2020
<div>Manmohan Gupta<br />(Founder, Coding Blocks)</div>
2121
</div>

sass/styles/objects/certificate.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@
105105

106106
&__right-section {
107107
width: 377px !important;
108+
109+
&__divider {
110+
opacity: 0.5;
111+
margin: 42px 0 25px 0;
112+
}
108113
}
109114

110115
&__left-section {
@@ -140,6 +145,11 @@
140145
padding: 30px 31px 30px 31px;
141146
z-index: 1;
142147
width: 100%;
148+
149+
&__divider {
150+
opacity: 0.5;
151+
margin: 24px 0 19px 0;
152+
}
143153
}
144154
}
145155

0 commit comments

Comments
 (0)