From 5b7c035c6e53f01fcdc48a0d189b8ecd3d3c91d2 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 8 Nov 2019 10:58:27 +0200 Subject: Design WIP --- src/index.html | 18 ++--- src/style.scss | 217 +++++++++++++++++++++++++++++---------------------------- 2 files changed, 122 insertions(+), 113 deletions(-) (limited to 'src') diff --git a/src/index.html b/src/index.html index 23b15c1..0e97bd2 100644 --- a/src/index.html +++ b/src/index.html @@ -23,13 +23,15 @@
-CIDR is a notation for describing blocks of IP addresses and is used heavily in various networking configurations. IP addresses contain 4 octets, each consisting of 8 bits giving values between 0 and 255. The decimal value that comes after the slash is the number of bits consisting of the routing prefix. This in turn can be translated into a netmask, and also designates how many available addresses are in the block.
-CIDR is a notation for describing blocks of IP addresses and is used heavily in various networking configurations. IP addresses contain 4 octets, each consisting of 8 bits giving values between 0 and 255. The decimal value that comes after the slash is the number of bits consisting of the routing prefix. This in turn can be translated into a netmask, and also designates how many available addresses are in the block.
+