Nice input box with a lot of styling based on sibling selectors and psuedo classes.
CSS only, and WCAG 2.0 AA compliant!
A Pen by Andrew Tunnecliffe on CodePen.
| // see http://www.netlib.org/clapack/cblas/dgemv.c | |
| package main | |
| /* | |
| #cgo LDFLAGS: -L/usr/lib/libblas -lblas | |
| #include <stdlib.h> | |
| extern void dgemv_(char* trans, int *m, int *n, double *alpha, | |
| double *A, int *lda, double *x, int *incx, double *beta, double *y, | |
| int *incy); | |
| */ |
Nice input box with a lot of styling based on sibling selectors and psuedo classes.
CSS only, and WCAG 2.0 AA compliant!
A Pen by Andrew Tunnecliffe on CodePen.