-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathColumns.html
More file actions
38 lines (35 loc) · 1.09 KB
/
Columns.html
File metadata and controls
38 lines (35 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>Ekanayaka EMTP</title>
</head>
<body>
<div class="row">
<!--Left Side column-->
<div class="column" style="background-color:rgb(255, 255, 255);">
<img src="image.png" alt="My photo" width="400" height="300" class="center">
</div>
<!--Right side column-->
<div class="column" style="background-color:rgb(255, 255, 255);">
<H2>Name : Ekanayaka EMTP</H2>
<p>
BSC Management (UG), RUSL</br><!--br tag is for line breaks-->
MAAT
</p>
<p>Theme : Nature Lover</p>
<p>Address : No 117/A Malwatta road,</br>
Godakawela</p>
<p>Education : Primary and Secondary</br>
- R/Dharmapala Navodya School</br>
</br>
Tertiary </br>
- Rajarata University of Sri Lanka
</p>
<p>
Passion : Become the leading Entrepreneur in flowery plantation industry in Sri Lanka
</p>
</div>
</div>
</body>
</html>