How can I replicate this design?

thenwhat

Regular Member
Joined
Nov 17, 2012
Messages
346
Reaction score
113
I came across this website and I want my tables to look like this.

Would anyone know how I could replicate this and apply it to my site?

gXE3fsS


Thank you in advanced
 
Call me crazy, but why can't you just open up chrome dev tools (f12) and copy the divs In question and download the CSS stylesheet .and then just incorporate it into your website changing div/id/class names if you want to make it look like you didn't copy
 
Here you go I made it for you https://jsfiddle.net/m52h91t6/
You'll have to finish it but it looks pretty well the same.

4a5441557ffa205bc969d8f8a1da462c.png
 
You don't need pro theme for it.. You can do it using html and free plugin. Use Shortcodes Ultimate and html for table..

For Example

Mod edit: added code tags
HTML:
<table style="height: 312px;" width="700">
<tbody>
<tr>
<td style="color: #ffffff; text-align: center; height: 24px; background-color: #45bf55;" scope="col" width="50%">Pros</td>
<td style="color: #ffffff; text-align: center; height: 24px; background-color: #e04646;" scope="col" width="50%">Cons</td>
</tr>
<tr>
<td style="width: 50%;">[su_list icon="icon: check-square-o" icon_color="#4ce01c"]
<ul>
    <li>List1.</li>
    <li>2</li>
    <li>3.</li>
</ul>
[/su_list]</td>
<td style="width: 50%x;">[su_list icon="icon: frown-o" icon_color="#e0381c"]
<ul>
    <li>con1</li>
    <li>2</li>
    <li>3</li>
</ul>
[/su_list]</td>
</tr>
</tbody>
</table>
 
Last edited by a moderator:
Was not expecting to see my site ever listed on BHW. I must warn you though, the pet niche is super competitive ;)

Thrive architect is how I created this table. Google thrive themes.

Lol damn, small world. I guess I shall see you in SERPs my friend
 
Lol damn, small world. I guess I shall see you in SERPs my friend

I cannot begin to describe just how weird it was reading the table only to slowly realize that the words were familiar.

I always welcome competition. It makes me work that much harder ;) Make sure you grab a good PBN or two if you are serious. I'm sure you can already see the wonders it's doing for my site! Good luck!
 
b28f30c83deb4e5edb5c9c736c0f4641.png

[Updated]

OP is a good guy. Sorry @LumpMeIn for copying your shit just love to code.

Big thanks to everyone who contributed, I went with Davey’s solution, I feel it’ll make my job a lot easier over time.
 
Back
Top