-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blog.aspx
76 lines (70 loc) · 4.06 KB
/
Blog.aspx
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<%@ Page Title="" Language="C#" MasterPageFile="~/Site1.Master" AutoEventWireup="true" CodeBehind="Blog.aspx.cs" Inherits="oragnic.Blog" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<style>
#blog {
color: #98bd68;
box-shadow: 0 3px #98bd68;
}
#blog_main {
width: 90%;
margin: 0 auto;
}
.blog_main_min {
box-shadow: 0 1px 7px 1px rgb(0 0 0 / 5%);
border: 1px solid #eee;
padding: 30px;
margin: 70px 0 0 0;
text-align: center;
}
.blog_main_min img {
width: 100%;
height: auto;
}
.blog_main_min h2 {
padding: 30px;
}
.blog_main_min p {
padding: 10px;
margin-bottom: 30px;
}
.blog_main_min a {
padding: 10px;
border: solid 1px;
/* margin: 30px 0; */
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div id="blog_main">
<div class="blog_main_min">
<img src="Image/data_image/ins/b1.jpg" />
<h2>VENIAM NULLA DOLOR SIT AMET, CONSECTETUER ADIPISCING ELIT</h2>
<p>Vestibulum porta iaculis felis, eget tristique ante egestas quis. Sed non quis, convallis felis. Etiam id elit id elit dapibus blandit. Lorem Ipsum has been the industry"s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, bu</p>
<a>Read more</a>
</div>
<div class="blog_main_min">
<img src="Image/data_image/ins/b2.jpg" />
<h2>VENIAM NULLA DOLOR SIT AMET, CONSECTETUER ADIPISCING ELIT</h2>
<p>Vestibulum porta iaculis felis, eget tristique ante egestas quis. Sed non quis, convallis felis. Etiam id elit id elit dapibus blandit. Lorem Ipsum has been the industry"s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, bu</p>
<a>Read more</a>
</div>
<div class="blog_main_min">
<img src="Image/data_image/ins/b3.jpg" />
<h2>VENIAM NULLA DOLOR SIT AMET, CONSECTETUER ADIPISCING ELIT</h2>
<p>Vestibulum porta iaculis felis, eget tristique ante egestas quis. Sed non quis, convallis felis. Etiam id elit id elit dapibus blandit. Lorem Ipsum has been the industry"s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, bu</p>
<a>Read more</a>
</div>
<div class="blog_main_min">
<img src="Image/data_image/ins/b4.jpg" />
<h2>VENIAM NULLA DOLOR SIT AMET, CONSECTETUER ADIPISCING ELIT</h2>
<p>Vestibulum porta iaculis felis, eget tristique ante egestas quis. Sed non quis, convallis felis. Etiam id elit id elit dapibus blandit. Lorem Ipsum has been the industry"s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, bu</p>
<a>Read more</a>
</div>
<div class="blog_main_min">
<img src="Image/data_image/ins/b5.jpg" />
<h2>VENIAM NULLA DOLOR SIT AMET, CONSECTETUER ADIPISCING ELIT</h2>
<p>Vestibulum porta iaculis felis, eget tristique ante egestas quis. Sed non quis, convallis felis. Etiam id elit id elit dapibus blandit. Lorem Ipsum has been the industry"s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, bu</p>
<a>Read more</a>
</div>
</div>
</asp:Content>