Skip to content

Instantly share code, notes, and snippets.

View jackcutting's full-sized avatar

Jack Cutting jackcutting

View GitHub Profile
table {
border-collapse: separate;
border: 1px solid #9DABCE;
border-width: 0px 0px 1px 1px;
margin: 10px auto;
font-size: 20px;
}
td, th {
table {
border-collapse: separate;
border: 1px solid #9DABCE;
border-width: 0px 0px 1px 1px;
margin: 10px auto;
font-size: 20px;
font-family: Helvetica;
}
td, th {
table {
border-collapse: separate;
border: 1px solid #9DABCE;
border-width: 0px 0px 1px 1px;
margin: 10px auto;
font-size: 20px;
font-family: Helvetica;
}
td, th {
#container {
margin:0 auto;
width:75%;
}
#container-top{
background-image:url(images/top_container_bakground_02.png);
width:100%;
<h2>Contact Us</h2>
<p>Open Monday to Saturday 9.30am - 5.00pm</p>
<p>St.Johns Street<br />
Bury St Edmunds<br />
Suffolk<br />
IP33 1SP</p>
<p>
<a href="mailto:info@m2mflooring.co.uk">info@m2mflooring.co.uk</a><br />
<a href="tel:01284704500">01284 704500</a>
</p>
#links{
width: 1000px;
background: #ff00ff;
}
#links a{
display: block;
float: left;
padding: 20px;
border: 1px solid #ccc;
}​
@jackcutting
jackcutting / dabblet.css
Created September 19, 2012 14:25
Untitled
​.clear{
clear: both;
}
​#comodo-ssl ul{
float: left;
}
​#comodo-ssl ul li{
height: 32px;
padding: 2px 5px;
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>East Anglian Activities</title>
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
<div style="
background-color: #f5f5f5;
width:100%;
@jackcutting
jackcutting / self-signed-certificate-with-custom-ca.md
Created January 31, 2018 14:01 — forked from fntlnz/self-signed-certificate-with-custom-ca.md
Self Signed Certificate with Custom Root CA

Create Root CA (Done once)

Create Root Key

Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!

openssl genrsa -des3 -out rootCA.key 4096
@jackcutting
jackcutting / main.dart
Last active August 24, 2022 20:02
infinite-hyacinth-1071
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Weight Dashboard Animation',
theme: ThemeData(