oops
This commit is contained in:
parent
d87c31786f
commit
c2bc01e3d8
@ -20,6 +20,8 @@ analytic_track: UA-74118570-2
|
||||
tiles-source: posts # accepts "posts" or "pages"
|
||||
tiles-count: 10
|
||||
|
||||
# permalink: /:title
|
||||
|
||||
# social settings
|
||||
500px_url:
|
||||
facebook_url:
|
||||
|
@ -4,6 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="{{ "assets/js/ie/html5shiv.js" | relative_url }}"></script><![endif]-->
|
||||
<link rel="stylesheet" href="{{ "assets/css/main.css " | relative_url }}" />
|
||||
<!-- <link rel="stylesheet" href="{{ "assets/css/custom.css " | relative_url }}" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="{{ "assets/css/ie9.css" | relative_url }}" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="{{ "assets/css/ie8.css" | relative_url }}" /><![endif]-->
|
||||
|
||||
|
@ -66,3 +66,35 @@
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</section>
|
||||
|
||||
|
||||
<!-- <article>
|
||||
<section id="one" class="posts">
|
||||
{% for post in site.posts limit:site.tiles-count %}
|
||||
{% if site.tiles-source == 'posts' %}
|
||||
<article>
|
||||
<header class="">
|
||||
<h3 class="list-post-title"><a href="{{ post.url | relative_url }}" class="link">{{ post.title }}</a></h3>
|
||||
<p>{{ post.description }}</p>
|
||||
</header>
|
||||
</article>
|
||||
<hr>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</section>
|
||||
</article> -->
|
||||
|
||||
|
||||
<article>
|
||||
<section id="two">
|
||||
<div class="inner">
|
||||
<!-- <header class="major">
|
||||
<h2>Massa libero</h2>
|
||||
</header>
|
||||
<p>{{ content }}</p> -->
|
||||
<ul class="actions">
|
||||
<li><a href="all_posts.html" class="button next">View All</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<h1>{{ page.landing-title }}</h1>
|
||||
</header>
|
||||
<div class="content">
|
||||
<p style="text-transform: uppercase;">{{ site.description }}</p>
|
||||
<p >{{ site.description }}</p>
|
||||
<!-- <ul class="actions">
|
||||
<li><a href="#one" class="button next scrolly">Get Started</a></li>
|
||||
</ul> -->
|
||||
@ -51,17 +51,13 @@
|
||||
{% include tiles.html %}
|
||||
|
||||
<!-- Two -->
|
||||
<section id="two">
|
||||
<!-- <section id="two">
|
||||
<div class="inner">
|
||||
<!-- <header class="major">
|
||||
<h2>Massa libero</h2>
|
||||
</header>
|
||||
<p>{{ content }}</p> -->
|
||||
<ul class="actions">
|
||||
<li><a href="all_posts.html" class="button next">View All</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section> -->
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
19
_site/assets/css/custom.css
Normal file
19
_site/assets/css/custom.css
Normal file
@ -0,0 +1,19 @@
|
||||
.posts{
|
||||
text-align: center;
|
||||
max-width: 1000px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.list-post-title{
|
||||
margin:0px;
|
||||
color:#333333;
|
||||
}
|
||||
|
||||
#main{
|
||||
background-color: #ffffff;
|
||||
color:#111111;
|
||||
}
|
||||
|
||||
#main.h3{
|
||||
|
||||
}
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2019-06-27T22:21:52-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, <a href="https://github.com/frc5024">@frc5024</a> programming team lead, and radio enthusiast.</subtitle><entry><title type="html">I had some fun with a router</title><link href="http://localhost:4000/projects/2019/06/27/PWNlink.html" rel="alternate" type="text/html" title="I had some fun with a router" /><published>2019-06-27T13:16:00-04:00</published><updated>2019-06-27T13:16:00-04:00</updated><id>http://localhost:4000/projects/2019/06/27/PWNlink</id><content type="html" xml:base="http://localhost:4000/projects/2019/06/27/PWNlink.html"><p>I was playing around with some D-link routers today and remembered an <a href="https://www.exploit-db.com/exploits/33520">ExploitDB Entry</a> I read a while ago. Many D-link routers have a great feature that allows remote management and configuration queries. Interestingly, this cannot be disabled, and one of the pages contains a cleartext version of the admin password (yay!).</p>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2019-06-28T15:40:17-04:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, <a href="https://github.com/frc5024">@frc5024</a> programming team lead, and radio enthusiast.</subtitle><entry><title type="html">I had some fun with a router</title><link href="http://localhost:4000/projects/2019/06/27/PWNlink.html" rel="alternate" type="text/html" title="I had some fun with a router" /><published>2019-06-27T13:16:00-04:00</published><updated>2019-06-27T13:16:00-04:00</updated><id>http://localhost:4000/projects/2019/06/27/PWNlink</id><content type="html" xml:base="http://localhost:4000/projects/2019/06/27/PWNlink.html"><p>I was playing around with some D-link routers today and remembered an <a href="https://www.exploit-db.com/exploits/33520">ExploitDB Entry</a> I read a while ago. Many D-link routers have a great feature that allows remote management and configuration queries. Interestingly, this cannot be disabled, and one of the pages contains a cleartext version of the admin password (yay!).</p>
|
||||
|
||||
<h2 id="how-to-get-yourself-an-admin-password">How to get yourself an admin password</h2>
|
||||
<p>On any supported router, make an HTTP request to <code class="highlighter-rouge">http://your.router.ip.addr/tools_admin.asp/</code>. This will return a pretty large XML file containing information about your router’s hardware and configuration.</p>
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
137
_site/index.html
137
_site/index.html
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
@ -79,7 +80,7 @@
|
||||
<h1>Hi, I am Evan Pratten</h1>
|
||||
</header>
|
||||
<div class="content">
|
||||
<p style="text-transform: uppercase;">Computer wizard, student, <a href="https://github.com/frc5024">@frc5024</a> programming team lead, and radio enthusiast.</p>
|
||||
<p >Computer wizard, student, <a href="https://github.com/frc5024">@frc5024</a> programming team lead, and radio enthusiast.</p>
|
||||
<!-- <ul class="actions">
|
||||
<li><a href="#one" class="button next scrolly">Get Started</a></li>
|
||||
</ul> -->
|
||||
@ -344,19 +345,137 @@
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Two -->
|
||||
<section id="two">
|
||||
<div class="inner">
|
||||
<!-- <header class="major">
|
||||
<h2>Massa libero</h2>
|
||||
</header>
|
||||
<p>
|
||||
<!-- <article>
|
||||
<section id="one" class="posts">
|
||||
|
||||
|
||||
<article>
|
||||
<header class="">
|
||||
<h3 class="list-post-title"><a href="/projects/2019/06/27/PWNlink.html" class="link">I had some fun with a router</a></h3>
|
||||
<p>cleartext passwords + external management = death wish</p>
|
||||
</header>
|
||||
</article>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<header class="">
|
||||
<h3 class="list-post-title"><a href="/random/2019/06/27/Python.html" class="link">Hunting snakes with a shotgun</a></h3>
|
||||
<p>Python is a little too forgiving</p>
|
||||
</header>
|
||||
</article>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<header class="">
|
||||
<h3 class="list-post-title"><a href="/projects/2019/06/26/BashSmash.html" class="link">BashSmash</a></h3>
|
||||
<p>A tool for driving people crazy</p>
|
||||
</header>
|
||||
</article>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<header class="">
|
||||
<h3 class="list-post-title"><a href="/frc/2019/06/24/LanguageHunt2.html" class="link">The language hunt: Part 2</a></h3>
|
||||
<p>A quick followup</p>
|
||||
</header>
|
||||
</article>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<header class="">
|
||||
<h3 class="list-post-title"><a href="/ctf/2019/06/23/googlectf.html" class="link">I gave Google's CTF a short try and learned a thing or two</a></h3>
|
||||
<p>But exams got in the way and took all the fun</p>
|
||||
</header>
|
||||
</article>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<header class="">
|
||||
<h3 class="list-post-title"><a href="/frc/2019/06/21/Robot-Experiences.html" class="link">What I have learned from 2 years of FRC programming</a></h3>
|
||||
<p>Robots are pretty cool</p>
|
||||
</header>
|
||||
</article>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<header class="">
|
||||
<h3 class="list-post-title"><a href="/random/2019/06/18/Blogs-I-Read.html" class="link">Blogs I Read</a></h3>
|
||||
<p>The constantly updating list</p>
|
||||
</header>
|
||||
</article>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<header class="">
|
||||
<h3 class="list-post-title"><a href="/music/2019/06/17/AMM2M1-release.html" class="link">I made a new song!</a></h3>
|
||||
<p>Releasing a new song with friends at school</p>
|
||||
</header>
|
||||
</article>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<header class="">
|
||||
<h3 class="list-post-title"><a href="/frc/2019/06/16/Graphing-w2a.html" class="link">Graphing the relation between wheels and awards for FRC</a></h3>
|
||||
<p>AKA. Why programmer + reddit + matplotlib is a bad idea.</p>
|
||||
</header>
|
||||
</article>
|
||||
<hr>
|
||||
|
||||
|
||||
|
||||
<article>
|
||||
<header class="">
|
||||
<h3 class="list-post-title"><a href="/projects/2019/06/12/Styiling-GitHub.html" class="link">GitHub's CSS is boring. So I refreshed the design</a></h3>
|
||||
<p></p>
|
||||
</header>
|
||||
</article>
|
||||
<hr>
|
||||
|
||||
|
||||
</section>
|
||||
</article> -->
|
||||
|
||||
|
||||
<article>
|
||||
<section id="two">
|
||||
<div class="inner">
|
||||
<!-- <header class="major">
|
||||
<h2>Massa libero</h2>
|
||||
</header>
|
||||
<p>
|
||||
</p> -->
|
||||
<ul class="actions">
|
||||
<li><a href="all_posts.html" class="button next">View All</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
|
||||
<!-- Two -->
|
||||
<!-- <section id="two">
|
||||
<div class="inner">
|
||||
<ul class="actions">
|
||||
<li><a href="all_posts.html" class="button next">View All</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section> -->
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
|
||||
<link rel="stylesheet" href="/assets/css/main.css" />
|
||||
<!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
|
||||
<!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
|
||||
<!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
|
||||
|
||||
|
19
assets/css/custom.css
Normal file
19
assets/css/custom.css
Normal file
@ -0,0 +1,19 @@
|
||||
.posts{
|
||||
text-align: center;
|
||||
max-width: 1000px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.list-post-title{
|
||||
margin:0px;
|
||||
color:#333333;
|
||||
}
|
||||
|
||||
#main{
|
||||
background-color: #ffffff;
|
||||
color:#111111;
|
||||
}
|
||||
|
||||
#main.h3{
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user